OrderablePartitioner(TSource) Properties

Task Parallel System.Threading

The OrderablePartitioner<(Of <(TSource>)>) type exposes the following members.

Properties

  NameDescription
KeysNormalized
Gets whether order keys are normalized.
KeysOrderedAcrossPartitions
Gets whether elements in an earlier partition always come before elements in a later partition.
KeysOrderedInEachPartition
Gets whether elements in each partition are yielded in the order of increasing keys.
SupportsDynamicPartitions
Gets whether additional partitions can be created dynamically.
(Inherited from Partitioner<(Of <(TSource>)>).)

See Also